Feature: Post creation and publication

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 14.993s

Scenario: Administrator publishes a post successfully

Before 0m 0.827s
Given I navigate to Ghost page "<BASEURL>" 0m 3.101s
And I login with email "<EMAIL>" and password "<PASSWORD>" 0m 0.415s
And I should be logged in successfully 0m 2.231s
When I navigate to new post editor 0m 3.267s
And I should be in the editor 0m 0.148s
And I enter title "$name_2_a_priori" 0m 0.694s
And I enter content "$content_2_a_priori" 0m 1.278s
And the publish button should be visible 0m 0.183s
And I enter title "$name_4_a_priori" 0m 2.392s
And I click publish 0m 0.249s
Then the max title length error should be visible 0m 0.206s
After 0m 0.002s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to Ghost page "<BASEURL>"
And I login with email "<EMAIL>" and password "<PASSWORD>"
And I should be logged in successfully
When I navigate to new post editor
And I should be in the editor
And I enter title "$name_2_a_priori"
And I enter content "$content_2_a_priori"
And the publish button should be visible
And I enter title "$name_4_a_priori"
And I click publish
Then the max title length error should be visible
After
NO IMAGE AVAILABLE